Skip to content

ci: use ctest - #8439

Closed
joseph-isaacs wants to merge 1 commit into
developfrom
ji/clean-rust-intru
Closed

ci: use ctest#8439
joseph-isaacs wants to merge 1 commit into
developfrom
ji/clean-rust-intru

Conversation

@joseph-isaacs

@joseph-isaacs joseph-isaacs commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This seems better

Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
@joseph-isaacs
joseph-isaacs requested a review from myrrc June 16, 2026 09:47
@joseph-isaacs
joseph-isaacs marked this pull request as ready for review June 16, 2026 09:48
@joseph-isaacs
joseph-isaacs requested a review from a team June 16, 2026 09:48
run: |
set -o pipefail
./vortex-ffi/build/test/vortex_ffi_test 2>&1 | rustfilt
ctest --test-dir vortex-ffi/build -N

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've already built the binary

@codspeed-hq

codspeed-hq Bot commented Jun 16, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 18.47%

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

⚡ 4 improved benchmarks
✅ 1541 untouched benchmarks
⏩ 10 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation bitwise_not_vortex_buffer_mut[128] 273.6 ns 215.3 ns +27.1%
Simulation bitwise_not_vortex_buffer_mut[1024] 333.9 ns 275.6 ns +21.17%
Simulation bitwise_not_vortex_buffer_mut[2048] 456.9 ns 398.6 ns +14.63%
Simulation encode_varbin[(1000, 2)] 175.3 µs 157.1 µs +11.6%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing ji/clean-rust-intru (741703b) with develop (e935986)

Open in CodSpeed

Footnotes

  1. 10 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

set -o pipefail
./vortex-ffi/build/test/vortex_ffi_test 2>&1 | rustfilt
ctest --test-dir vortex-ffi/build -N
ctest --test-dir vortex-ffi/build --output-on-failure --timeout 120 -V 2>&1 | rustfilt

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ctest convolutes the output on errors, so I'd not do this

@myrrc myrrc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should merge this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants